const internal/poll.maxRW
9 uses
internal/poll (current package)
fd_unix.go#L138: const maxRW = 1 << 30
fd_unix.go#L157: if fd.IsStream && len(p) > maxRW {
fd_unix.go#L158: p = p[:maxRW]
fd_unix.go#L183: if fd.IsStream && len(p) > maxRW {
fd_unix.go#L184: p = p[:maxRW]
fd_unix.go#L378: if fd.IsStream && max-nn > maxRW {
fd_unix.go#L379: max = nn + maxRW
fd_unix.go#L422: if fd.IsStream && max-nn > maxRW {
fd_unix.go#L423: max = nn + maxRW
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |